-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add experimental macos support #195
base: main
Are you sure you want to change the base?
Conversation
Update MacOS support
Macos prmerge
@SFAntti I've merged your branch into this one. This does build a binary, but I show a 'tk' error when running it, which IIRC was what was happening previously. The GUI and stuff works fine, but when running this from source on my x86 macbook I do get an error mounting dirs, so not sure if that's something I need to tweak on my system or is an issue with this. |
@kubilus1 , I just tried this branch and I do not encounter any errors with If I don't eject the macFuse volumes between starting up autoortho I get this error:
However, that does not prevent me from running AO ok. I am on a M1 MacBook Pro running Sonoma 14.0. |
The tk error was from the built binary. See: https://github.com/kubilus1/autoortho/actions/runs/6563296310 Yeah, I'll look more into why I'm having trouble mounting. I don't think it's an issue with pending unmounts like you are showing. Odd that is happening on your end. On shutdown do you see the program attempt to unmount? That should be logged. |
Yes, if I quit via the config UI everything is unmounted cleanly. |
No description provided.